home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / wingames / wingame.zip / CHESS.DOC < prev    next >
Text File  |  1990-09-02  |  3KB  |  66 lines

  1.  
  2.   Version 1.01 of MicroSoft Windows port of GNUCHESS 3.1.
  3.   Modified by Daryl Baker for use in MS WINDOWS environment
  4.  
  5.   Copyright (C) 1986, 1987, 1988, 1989, 1990 Free Software Foundation, Inc.
  6.   Copyright (c) 1988, 1989, 1990  John Stanback
  7.  
  8.   This file is part of CHESS.
  9.  
  10.   CHESS is distributed in the hope that it will be useful, but WITHOUT ANY
  11.   WARRANTY.  No author or distributor accepts responsibility to anyone for
  12.   the consequences of using it or for whether it serves any particular
  13.   purpose or works at all, unless he says so in writing.  Refer to the CHESS
  14.   General Public License for full details.
  15.  
  16.   Everyone is granted permission to copy, modify and redistribute CHESS, but
  17.   only under the conditions described in the CHESS General Public License.
  18.   A copy of this license is supposed to have been given to you along with
  19.   CHESS so you can know your rights and responsibilities.  It should be in a
  20.   file named COPYING.  Among other things, the copyright notice and this
  21.   notice must be preserved on all copies.
  22.  
  23.  
  24. Fixes/changes since 1.0
  25.         1) Fixed bug where "computer is black" never changed when switched
  26.            sides
  27.         2) Fixed problem with promoting pawn.
  28.         3) Changed File Get ... to File Open ...
  29.         4) Made fancier Open dialog box, (includes scroll bars amoung other)
  30.         5) Properly frees memory when program ends.
  31.         6) Made text color selectable
  32.         7) Added GNU copyleft to source files.
  33.  
  34. ToDos
  35.         1) Code needs to be looked over and cleaned up, routines
  36.            made "static near", and such.  Maybe use -GW switch for
  37.            several modules.
  38.         2) Scalable/scrollable graphics (Probably won't get done)
  39.         3) Once pawn is promoted UNDO does not restore to pawn.  This also
  40.            appers in the dos and unix versions of gnuchess.  Not sure if
  41.            I'll fix it.  I have tried not to change (this is debatable) the
  42.            orignal source except to "windowize" it.
  43.  
  44. release notes:
  45.         1) I have only tested this under windows 3.0 386 enhanced mode.
  46.            Seems to work ok in real mode though slower.
  47.         2) It requires at least 282k of memory.
  48.         3) Fits on a EGA screen, no scrolling implemented.
  49.         4) Most of the GNUCHESS commands are implemented.
  50.         5) When computer is playing itself abort by clicking on any square.
  51.            The last move made will most likely show "draw" or "mate", ignore
  52.            this message.  You may have to remove the last move.
  53.         6) To have the computer think while it is your turn, select "easy"
  54.            from the menu.  Clicking on square to take your turn will abort
  55.            the look ahead.
  56.         7) There is no help file.
  57.         8) The file gnuchess.boo must be in the same directory as
  58.            the executable.
  59.         9) The program create a file "chess.ini" in your windows directory to
  60.            store various settings.  Currently only the screen colors.
  61.  
  62. Enjoy.
  63.  
  64. Daryl Baker
  65. dkb@mitre.org
  66.